home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / mac / Sample Code / Java / SlideShow / Source Clippings / Controller / Controller init state / Controller init state.rsrc / TEXT_256.txt < prev   
Encoding:
Text File  |  2000-06-23  |  135 b   |  6 lines

  1.         image = Misc.loadImage(imagePath, parent, true);
  2.         
  3.         setSize(getPreferredSize());
  4.         //Work around a MRJ Bug.
  5.         setLocation(-5,-21);
  6.